home *** CD-ROM | disk | FTP | other *** search
/ Freelog 101 / FreelogNo101-JanvierFevrier2011.iso / Internet / eM Client / setup.msi / eMClient.cab / IceWarpServerInterfacePluginFile / 0 / RCDATA / TSPLASHFORM / TSPLASHFORM.txt < prev   
Text File  |  2010-10-15  |  2KB  |  92 lines

  1. object SplashForm: TSplashForm
  2.   Left = 263
  3.   Top = 214
  4.   BorderStyle = bsNone
  5.   ClientHeight = 330
  6.   ClientWidth = 530
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'Microsoft Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   KeyPreview = True
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   OnKeyPress = FormKeyPress
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object ImagePanel: TTntPanel
  24.     Left = 0
  25.     Top = 0
  26.     Width = 530
  27.     Height = 330
  28.     Align = alClient
  29.     BevelOuter = bvNone
  30.     Color = clWhite
  31.     Font.Charset = DEFAULT_CHARSET
  32.     Font.Color = clBtnFace
  33.     Font.Height = -11
  34.     Font.Name = 'Microsoft Sans Serif'
  35.     Font.Style = []
  36.     ParentFont = False
  37.     TabOrder = 0
  38.     object Image: TImage
  39.       Left = 0
  40.       Top = 0
  41.       Width = 530
  42.       Height = 330
  43.       Align = alClient
  44.       AutoSize = True
  45.       Picture.Data = {<image000.TPNGObject>}
  46.       Transparent = True
  47.       OnClick = ImageClick
  48.     end
  49.     object VersionLabel: TTntLabel
  50.       Left = 314
  51.       Top = 219
  52.       Width = 183
  53.       Height = 20
  54.       AutoSize = False
  55.       Caption = 'x.x.x'
  56.       Font.Charset = DEFAULT_CHARSET
  57.       Font.Color = 4868682
  58.       Font.Height = -11
  59.       Font.Name = 'Microsoft Sans Serif'
  60.       Font.Style = [fsBold]
  61.       ParentFont = False
  62.       Transparent = True
  63.       WordWrap = True
  64.     end
  65.     object CopyrightLabel: TTntLabel
  66.       Left = 263
  67.       Top = 249
  68.       Width = 241
  69.       Height = 56
  70.       AutoSize = False
  71.       Caption = 'xxx'
  72.       Font.Charset = DEFAULT_CHARSET
  73.       Font.Color = clGray
  74.       Font.Height = -11
  75.       Font.Name = 'Microsoft Sans Serif'
  76.       Font.Style = []
  77.       ParentFont = False
  78.       Transparent = True
  79.       WordWrap = True
  80.     end
  81.     object LicenseButton: TTntButton
  82.       Left = 424
  83.       Top = 31
  84.       Width = 75
  85.       Height = 23
  86.       Caption = 'License...'
  87.       TabOrder = 0
  88.       OnClick = LicenseButtonClick
  89.     end
  90.   end
  91. end
  92.